Home
last modified time | relevance | path

Searched refs:IPV6_FW_TCPF_PSH (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/net/ip6fw/
H A Dip6_fw.h207 #define IPV6_FW_TCPF_PSH TH_PUSH macro
/dragonfly/sbin/ip6fw/
H A Dip6fw.c410 if (chain->fw_tcpf & IPV6_FW_TCPF_PSH) PRINTFLG("psh"); in show_ip6fw()
411 if (chain->fw_tcpnf & IPV6_FW_TCPF_PSH) PRINTFLG("!psh"); in show_ip6fw()
695 { "psh", IPV6_FW_TCPF_PSH }, in fill_tcpflag()