Searched refs:IPPROTO_PFSYNC (Results 1 – 4 of 4) sorted by relevance
54 { IPPROTO_PFSYNC, "pfsync" },
502 case IPPROTO_PFSYNC: in ip_print_demux()
1453 ip->ip_p = IPPROTO_PFSYNC; in pfsyncioctl()1715 st->key[PF_SK_WIRE]->proto == IPPROTO_PFSYNC) { in pfsync_insert_state()2428 .pr_protocol = IPPROTO_PFSYNC,2512 error = ipproto_register(IPPROTO_PFSYNC); in pfsync_init()2514 pf_proto_unregister(PF_INET, IPPROTO_PFSYNC, SOCK_RAW); in pfsync_init()2528 ipproto_unregister(IPPROTO_PFSYNC); in pfsync_uninit()2529 pf_proto_unregister(PF_INET, IPPROTO_PFSYNC, SOCK_RAW); in pfsync_uninit()
250 #define IPPROTO_PFSYNC 240 /* PFSYNC */ macro